<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.spreadsheet.actions.override">

  <require>org.nuxeo.ecm.platform.spreadsheet.actions</require>

  <extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
    <action icon="/icons/spreadsheet.png" id="contentViewSpreadsheet" label="label.contentview.actions.spreadsheet" order="90" type="template">
      <category>CONTENT_VIEW_ACTIONS</category>
      <properties>
        <property name="template">
          /incl/action/spreadsheet_editor.xhtml
        </property>
        <property name="iframe">#{spreadsheetActions.urlFor(contentView)}</property>
        <property name="width">100%</property>
        <property name="height">100%</property>
      </properties>
      <filter-id>contentViewShowSpreadsheet</filter-id>
    </action>
  </extension>

</component>
